home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Freeware / ShellFTP 0.7 / ShellFTP_0.7.exe / _ShellFTP.tmp / 0 / RCDATA / TFORMSUCCESS / TFORMSUCCESS.txt < prev   
Encoding:
Text File  |  2006-08-27  |  1.9 KB  |  102 lines

  1. object FormSuccess: TFormSuccess
  2.   Left = 691
  3.   Top = 238
  4.   Caption = 'Upload succeeded'
  5.   ClientHeight = 148
  6.   ClientWidth = 592
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 175
  9.   Constraints.MinWidth = 400
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnDblClick = FormDblClick
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LTags: TLabel
  24.     Left = 503
  25.     Top = 8
  26.     Width = 49
  27.     Height = 13
  28.     Caption = 'Add Tags:'
  29.   end
  30.   object LInfo: TLabel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 3
  34.     Height = 13
  35.     Margins.Left = 0
  36.     Margins.Top = 0
  37.     Margins.Right = 0
  38.     Margins.Bottom = 0
  39.     Color = 8454143
  40.     ParentColor = False
  41.   end
  42.   object BExit: TButton
  43.     Left = 503
  44.     Top = 101
  45.     Width = 81
  46.     Height = 39
  47.     Caption = 'Exit ShellFTP'
  48.     TabOrder = 0
  49.     WordWrap = True
  50.     OnClick = BExitClick
  51.   end
  52.   object MemoURLs: TMemo
  53.     Left = 8
  54.     Top = 8
  55.     Width = 489
  56.     Height = 132
  57.     Ctl3D = True
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -12
  61.     Font.Name = 'Tahoma'
  62.     Font.Style = []
  63.     HideSelection = False
  64.     ImeMode = imDisable
  65.     Lines.Strings = (
  66.       '<No URLs>')
  67.     ParentCtl3D = False
  68.     ParentFont = False
  69.     ReadOnly = True
  70.     ScrollBars = ssBoth
  71.     TabOrder = 1
  72.     WordWrap = False
  73.   end
  74.   object CTags: TComboBoxEx
  75.     Left = 503
  76.     Top = 27
  77.     Width = 81
  78.     Height = 22
  79.     Margins.Left = 10
  80.     ItemsEx = <
  81.       item
  82.         Caption = 'None'
  83.       end
  84.       item
  85.         Caption = '[URL]'
  86.       end
  87.       item
  88.         Caption = '[IMG]'
  89.       end
  90.       item
  91.         Caption = '<a>'
  92.       end
  93.       item
  94.         Caption = '<img>'
  95.       end>
  96.     Style = csExDropDownList
  97.     ItemHeight = 16
  98.     TabOrder = 2
  99.     OnChange = CTagsChange
  100.   end
  101. end
  102.